projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839dacc
)
Don't load finder-inf.el during byte-compilation.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 23:27:35 +0000
(23:27 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 23:27:35 +0000
(23:27 +0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 2d843e0fdf92ea2a05e662c359bd9d70db1f2866..56a13c09a371534f559d3b1b4767d8668c98d54a 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-39,7
+39,9
@@
;;; Code:
(require 'lisp-mnt)
-(require 'finder-inf)
+;; Use `load' rather than `require' so that it doesn't get loaded
+;; during byte-compilation (at which point it might be missing).
+(load "finder-inf" nil t)
;; Local variable in finder buffer.
(defvar finder-headmark)